IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
The LONG and LONG RAW datatypes are deprecated and Oracle recommends to migrate them to the LOB datatypes CLOB, NCLOB or BLOB.
LONG
LONG RAW
CLOB
NCLOB
BLOB
CREATE TABLE images( data LONG RAW );
CREATE TABLE images( data BLOB );